Intersoft.Client.Framework Namespace : BackgroundEventSubscription<TPayload> Class |
The following tables list the members exposed by BackgroundEventSubscription<TPayload>.
Name | Description | |
---|---|---|
BackgroundEventSubscription<TPayload> Constructor | Creates a new instance of BackgroundEventSubscription<TPayload>. |
Name | Description | |
---|---|---|
Action | Gets the target Action that is referenced by the IDelegateReference. (Inherited from Intersoft.Client.Framework.EventSubscription<TPayload>) | |
Filter | Gets the target Predicate that is referenced by the IDelegateReference. (Inherited from Intersoft.Client.Framework.EventSubscription<TPayload>) | |
SubscriptionID | Gets or sets a Events.SubscriptionToken that identifies this IEventSubscription. (Inherited from Intersoft.Client.Framework.EventSubscription<TPayload>) |
Name | Description | |
---|---|---|
InvokeAction | Overridden. Invokes the specified Action in an asynchronous thread by using a System.Threading.ThreadPool. |